@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* -webkit-text-size-adjust fix Chrome 12 px limit */
body,
button,
input,
select,
textarea,
label {
  font-size: 14px;
  font-family: Microsoft Yahei;
  -webkit-text-size-adjust: none;
}
button,
input,
select,
label {
  vertical-align: middle;
  list-style-type: none;
  border: none;
}
i {
  font-style: normal;
}
ul,
ol,
p {
  font-size: 100%;
}
ul {
  list-style: none;
}
h1 {
  font-size: 22px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
small {
  font-size: 12px;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
img {
  border: 0 none;
}
a img,
span img {
  vertical-align: bottom;
}
em {
  font-style: normal;
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
  color: #606060;
}
a:hover {
  text-decoration: none;
}
body {
  background: #ffffff;
}
.pointer {
  cursor: pointer;
  user-select: none;
}
.control {
  width: 100%;
  overflow: hidden;
  min-width: 1328px;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}
.container {
  width: 100%;
  margin: 0 auto;
}
.container .header {
  position: relative;
  width: 1328px;
  height: 130px;
  margin: 0 auto;
}
.container .header .logo {
  position: absolute;
  top: 15px;
  left: 0;
  width: 250px;
}
.container .header .phone_number {
  padding-top: 15px;
}
.container .header .phone_number .phone {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #003CC8;
  height: 27px;
  font-style: normal;
}
.container .header .phone_number .phone img {
  margin-right: 10px;
}
.container .header .phone_number .time {
  font-weight: 400;
  font-size: 13px;
  color: rgba(51, 51, 51, 0.5);
  line-height: 21px;
  text-align: right;
  font-style: normal;
}
.container_fluid {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main_body {
  width: 100%;
}
.main_content {
  width: 100%;
}
.fixed_width {
  width: 100%;
}
.main_footer {
  margin: 0 0;
  overflow: hidden;
  min-width: 1328px;
  max-width: 2000px;
  background: #F8F8F8;
}
.main_footer .footer_top {
  width: 100%;
  height: 166px;
}
.main_footer .footer_top .content {
  width: 1328px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main_footer .footer_top .content .hot_logo {
  width: 100%;
  height: 82px;
  padding-top: 32px;
}
.main_footer .footer_top .content .navbar_bottom ul {
  display: flex;
  padding-top: 32px;
}
.main_footer .footer_top .content .navbar_bottom ul .navbar_item {
  padding: 0 38px;
  border-right: 1px solid #D8D8D8;
}
.main_footer .footer_top .content .navbar_bottom ul .navbar_item:first-child {
  padding-left: 0;
}
.main_footer .footer_top .content .navbar_bottom ul .navbar_item:last-child {
  padding-right: 0;
  border-right: none;
}
.main_footer .footer_top .content .ewm {
  position: absolute;
  top: 24px;
  right: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main_footer .footer_bottom {
  width: 100%;
  height: 72px;
  background: #003CC8;
}
.main_footer .footer_bottom .content {
  width: 1328px;
  height: 72px;
  font-size: 12px;
  color: #FFFFFF;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_footer .footer_bottom .content .left {
  display: flex;
  align-items: center;
}
.main_footer .footer_bottom .content .left img {
  margin-right: 10px;
}
.main_footer .footer_bottom .content .left span {
  margin-right: 20px;
}
.main_footer .footer_bottom .content .left span:last-child {
  margin-right: 0;
}
.main_footer .footer_bottom .content .right span:last-child {
  margin-left: 20px;
}
.kv {
  width: 100%;
  height: 480px;
  position: relative;
}
.kv .window {
  position: absolute;
  width: 100%;
  height: 480px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.kv .window .img {
  position: absolute;
  min-width: 1328px;
  max-width: 2000px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner {
  background: #f1f0ee;
}
.navbar {
  height: 45px;
}
.navbar ul {
  width: 1328px;
  height: 45px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.navbar ul:before,
.navbar ul:after {
  content: " ";
  display: table;
}
.navbar ul:after {
  clear: both;
}
.navbar li {
  position: relative;
  margin: 0 32px;
}
.navbar li img {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.navbar li:first-child {
  margin-left: 0;
}
.navbar li:last-child {
  margin-right: 0;
}
.navbar li.active img {
  display: block;
}
.navbar a {
  height: 45px;
  display: block;
  line-height: 45px;
  text-align: center;
  padding: 0 17px;
  font-size: 24px;
}

/*# sourceMappingURL=global.css.map */
